home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11844 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  918 b 

  1. Path: trex2.oscs.montana.edu!GKO2708
  2. From: gko2708@msu.oscs.montana.edu
  3. Newsgroups: comp.lang.c
  4. Subject: Sending CTRL-C over a serial line?
  5. Date: Tue, 26 Mar 1996 23:58:11 GMT
  6. Organization: Information Technology Center, Montana State University
  7. Message-ID: <4ja0hq$91n@news.oscs.montana.edu>
  8. Reply-To: gko2708@msu.oscs.montana.edu
  9. NNTP-Posting-Host: trex2.oscs.montana.edu
  10.  
  11. Hey,
  12. Can anyone tell me how to send a Ctrl-C over a serial line to another PC
  13. ad..and then have that PC respond as if it came from its own keyboard?
  14. I have all of the serial stuff taken care of and I have trapped the CTRl-C on
  15. the sending end. I can easily send a 0x03 to the other machine but it does not
  16. seem to trigger the interupt. I have seen some info on a CTRL-C flag but i do
  17. not have enough to go on. My sending and receiving programs are capable of
  18. sending and reeiving a scancode byte and an ASCII byte. Thanks for any help.
  19.  
  20. Korey
  21.